home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / CMComponent.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  41 lines

  1. /*
  2.      File:        CMComponent.idl
  3.  
  4.      Contains:    Stub for including new file names.
  5.  
  6.      Version:    Technology:    ColorSync 2.0
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CMCOMPONENT_IDL__
  19. #define __CMCOMPONENT_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. /*
  25.     This file has been included to allow older source code 
  26.     to #include <CMComponent.h>.  Please update your source
  27.     code to directly #include <CMMComponent.h>
  28.       and             #include <CMPRComponent.h>
  29.  
  30. */
  31. /* #include the two ColorSync 2.0 files equivalent to the v. 1.0 file */
  32. #ifndef __CMMCOMPONENT_IDL__
  33. #include <CMMComponent.idl>
  34. #endif
  35. #ifndef __CMPRCOMPONENT_IDL__
  36. #include <CMPRComponent.idl>
  37. #endif
  38.  
  39. #endif /* __CMCOMPONENT_IDL__ */
  40.  
  41.